[class*=sidebar-dark-] {
   /* background-color: #003670;*/
}

.nav-link {
    padding: 8px 3px;
}

.sidebar-dark-orange .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-orange .nav-sidebar>.nav-item>.nav-link.active {
      color: #ffffff !important;
}


table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dee2e6;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #FE4A00;
    color: #fff;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    background-color: #28a745;
}

#datatable_1_processing{
    background-color: aliceblue;
    opacity:0.9;
    margin-top: 0px;
    height: 72px;
    border: 1px solid #ccc;
}

.card-primary.card-outline {
    border-top: 3px solid #fd7e14;
}
.btn-primary {
    color: #fff;
    background-color: #fe4a00;
    border-color: #cd752b;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c53800;
    border-color: #c95a00;
}

.icon-contact{
    font-size: 2em;
    color: darkorange;
}
.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    top: 0.4rem;
}

.info-box .info-box-content {
    line-height: 24px;
    flex: auto;
}
.info-box {
    /* min-height: auto;
    width: fit-content; */
    /* width: 174px; */
    min-height: fit-content;
}
.info-box .info-box-icon {
    /* width: 36px; */
}
.info-box .info-box-number {
    font-size: 1.3em;
    text-align: center;
}
.info-box .info-box-text, .info-box .progress-description {
    text-align: center;
}

.card-body {
    padding: 10px;
}
.noborder{
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #FE4A00 !important;
}
.num1{
    font-size:2em;
    font-weight: bold;
    text-align: center;
    /* width: fit-content; */
}
.field1{
    padding-top: 0px;
    width: fit-content;
    float: left;
    margin-right: 10px;
    border: 1px solid #dee2e6;
}
.field2{
    padding-top: 3px;
    width: fit-content;
    background-color: aliceblue;
    border: 1px solid #eee;
    float: left;
    margin-right: 10px;
}
.fieldset1{
    background: antiquewhite;
}

.legend1 {
    font-size: 1rem;
    font-weight: normal; 
    padding: 0px 10px;
    margin-bottom: 0px;
    width: fit-content;
}
.legend2 {
    font-size: 0.9rem;
    font-weight: normal; 
    padding: 0px 10px;
    margin-bottom: 0px;
    color: cornflowerblue;
}
.legend3 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 10px;
    width: fit-content;
    color: green;
}
.info-box .info-box-icon2 {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 50px;
}
.info-box .info-box-content {
    padding: 0 5px;
}

.tabs1 .nav-item{
    margin: 0px;   
}
.tabs1 .nav-tabs .nav-link.active {
     background-color: none; 
     border-color: none; 
}
.tabs1 .nav-link{
    padding: 0.5rem 1rem;
}
.card-primary.card-outline-tabs>.card-header a.active, .card-primary.card-outline-tabs>.card-header a.active:hover {
    /* border-top: 3px solid #fd7e14; */
}
.card-title {
    color: cornflowerblue;
}

.invalid-feedback {
     display: block;  
}
.login-box, .register-box {
    width: 400px;
}
label:not(.form-check-label):not(.custom-file-label) {
     font-weight: normal; 
}
